home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / README.linux < prev    next >
Encoding:
Text File  |  1996-01-24  |  953 b   |  29 lines

  1. $Id: README.linux,v 1.8 1995/06/01 01:34:11 chuck Exp $
  2.  
  3. I did this port of xinetd after I ported to BSDI, because I think xinetd is
  4. an excellent utility, and because Linux is one of my OSs of choice for hacking.
  5. With the use of Linux for "real" systems on the Internet, a utility such
  6. as xinetd is overdue for the community of users.
  7.  
  8. Installation goes as per the INSTALL document. Run compile-src, and pick your
  9. OS (linux). Answer no to the man page question.
  10.  
  11. If you want to build without RPC capability, you should build with the
  12. command
  13.  
  14. ./compile-src -sf no_rpc -os linux
  15.  
  16. After the build completes, you can install to the default directories
  17. /usr/sbin for the binary, and /usr/man for the manuals, by typing
  18.  
  19. make install
  20. make install.man
  21.  
  22. from the xinetd subdirectory.
  23.  
  24. Please respect Panos' wishes and address any comments about this version of
  25. xinetd to me. Thanks to Panos for the original version of xinetd.
  26.  
  27. Chuck Murcko
  28. chuck@telebase.com
  29.